func runtime.lockWithRank

13 uses

	runtime (current package)
		lock_futex.go#L48: 	lockWithRank(l, getLockRank(l))
		lockrank_off.go#L23: func lockWithRank(l *mutex, rank lockRank) {
		rwmutex.go#L42: 			lockWithRank(&rw.rLock, lockRankRwmutexR)
		rwmutex.go#L70: 			lockWithRank(&rw.rLock, lockRankRwmutexR)
		rwmutex.go#L84: 	lockWithRank(&rw.wLock, lockRankRwmutexW)
		rwmutex.go#L89: 	lockWithRank(&rw.rLock, lockRankRwmutexR)
		rwmutex.go#L111: 	lockWithRank(&rw.rLock, lockRankRwmutexR)
		sema.go#L148: 		lockWithRank(&root.lock, lockRankRoot)
		sema.go#L187: 	lockWithRank(&root.lock, lockRankRoot)
		sema.go#L503: 	lockWithRank(&l.lock, lockRankNotifyList)
		sema.go#L546: 	lockWithRank(&l.lock, lockRankNotifyList)
		sema.go#L577: 	lockWithRank(&l.lock, lockRankNotifyList)
		stack.go#L825: 			lockWithRank(&sg.c.lock, lockRankHchanLeaf)